HVM vif without bridge.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Jan 2008 09:40:33 +0000 (09:40 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 8 Jan 2008 09:40:33 +0000 (09:40 +0000)
commit24895b5f9b8288d7320f13025711980eff492111
tree6780c397b471427bb5678d4d9aaafdfc39bbf080
parent340aaaf4790fc7d36ee21914818ef05d3f127d4d
HVM vif without bridge.
When using xen without a bridge but NAT or routing, HVM domains can't
boot, and qemu-dm-n.log contains:

config qemu network with xen bridge for  tap0 xenbr0
bridge xenbr0 does not exist!

That's because the qemu-ifup script always tries to add the vif to
a default-named xenbr0 bridge. On the contrary, PV domains just work
fine with the same configuration file except HVM parameters.

Signed-off-by: Samuel Thibault <samuel.thibault@citrix.com>
tools/ioemu/target-i386-dm/qemu-ifup